home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / ATHEATRE.DIR / 00352_Script_352 < prev    next >
Text File  |  1995-09-06  |  399b  |  22 lines

  1. global gWhatMovie, gTheHelpIsOn,gReInitGlobals
  2.  
  3. on startmovie
  4.   Arrowcursor
  5.   set gWhatMovie = "ATheatre"
  6.   set gTheHelpIsOn = 0
  7. end
  8.  
  9. on StopMovie
  10.   set gReInitGlobals = 1
  11.   theatreKill
  12.   unload 1, 52
  13. end
  14.  
  15. on direct2Stage
  16.   set countCast = 80
  17.   repeat while (countCast < 130)
  18.     set the directToStage of cast countCast = TRUE
  19.     set countCast = countCast + 1
  20.   end repeat
  21. end
  22.